Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  Determine  if  a  Folder  Exists  on  a  Computer  

 Content of Determine if a Folder Exists on a Computer.js
MD5 Hash: 7630D63EB0335BE46EB68CC12CD3E437
var objfso = new ActiveXObject("scripting.filesystemobject");
if (objfso.folderexists("c:\\scripts")) {
WScript.Echo("the folder exists.");
}
else {
WScript.Echo("the folder does not exist.");
}



   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a